home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
batchut
/
tsbat45.zip
/
SHOWTIME.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-20
|
134b
|
8 lines
@echo off
echo.
echo.| date > tmpdte$$.$$$
echo.| Time >> tmpdte$$.$$$
find "Current" < tmpdte$$.$$$
del tmpdte$$.$$$
echo on